animated-resizing, video-timer: Add missing return value from ::draw
authorOwen W. Taylor <otaylor@fishsoup.net>
Wed, 24 Apr 2013 21:42:42 +0000 (17:42 -0400)
committerOwen W. Taylor <otaylor@fishsoup.net>
Thu, 25 Apr 2013 17:44:58 +0000 (13:44 -0400)
commita082f4d804355f801f5145d208a695055fca7125
treea4eab01ca3de8ab94ec2f2b348eba928a6842073
parent8dc090b9b198c365e41a879f3cdc853a63e4735b
animated-resizing, video-timer: Add missing return value from ::draw

When we connect to GtkWidget::draw, the signal handler should have
a return value. This fixes overdrawing client-side decorations.
tests/animated-resizing.c
tests/video-timer.c